Objective : I want to redirect a logged in user to the home page if he/she tries to manually go to the /auth/signin. Signin page/component : const Signin = ({
i think i got a simple problem, i just can not wrap my head around it. Lets say i got an Array, with integers, representing IDs. (1, 2, 3, 4) in this order. I a
I am a student attempting to complete a PHP assignment, but I have one last thing I cannot figure out. I am required to create a PDF (using a PHP file) that pul
query() ->select([ 'order_items.id', DB::raw("(order_qty * mp_price) as grossamount"), 'order_items.discount_amount',
Using subprocess.call I run an R script through jython. The R script is: library(igraph) file_read = read.table("/Users/prachikhattar/Desktop/coding/dummy_file.
I want to check if the iOS version of the device is greater than 3.1.3 I tried things like: [[UIDevice currentDevice].systemVersion floatValue] but it does n
There is a bloc final _message = BehaviorSubject<String>(); Stream<String> get message => _message.stream; Function(String) get changeMess